runtime.arenaIdx.l2 (method)
18 uses
runtime (current package)
malloc.go#L767: if l2[ri.l2()] != nil {
malloc.go#L806: atomic.StorepNoWB(unsafe.Pointer(&l2[ri.l2()]), unsafe.Pointer(r))
mcheckmark.go#L43: arena := mheap_.arenas[ai.l1()][ai.l2()]
mcheckmark.go#L90: arena := mheap_.arenas[ai.l1()][ai.l2()]
mgc.go#L1742: ha := mheap_.arenas[ai.l1()][ai.l2()]
mgcmark.go#L342: ha := mheap_.arenas[ai.l1()][ai.l2()]
mheap.go#L622: func (i arenaIdx) l2() uint {
mheap.go#L678: if ri.l2() >= uint(len(mheap_.arenas[0])) {
mheap.go#L691: ha := l2[ri.l2()]
mheap.go#L706: return mheap_.arenas[ai.l1()][ai.l2()].spans[(p/pageSize)%pagesPerArena]
mheap.go#L732: arena = mheap_.arenas[ai.l1()][ai.l2()]
mheap.go#L872: ha := h.arenas[ai.l1()][ai.l2()]
mheap.go#L996: ha := h.arenas[ai.l1()][ai.l2()]
mheap.go#L1001: ha = h.arenas[ai.l1()][ai.l2()]
mheap.go#L1020: ha := h.arenas[ai.l1()][ai.l2()]
mheap.go#L1840: ha := mheap_.arenas[ai.l1()][ai.l2()]
mheap.go#L1848: ha := mheap_.arenas[ai.l1()][ai.l2()]
mpagealloc.go#L617: if p.test || mheap_.arenas[ai.l1()] == nil || mheap_.arenas[ai.l1()][ai.l2()] == nil {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |